Replace a few calls to intern with constant strings
authorPo Lu <luangruo@yahoo.com>
Fri, 9 Feb 2024 01:53:33 +0000 (09:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 9 Feb 2024 01:53:33 +0000 (09:53 +0800)
commit8290a1bacb019f5026caa08334a7087802ebc6f9
tree243c871679c393f41071cf8fb3b9a4b1a45d2bcd
parent0b9c7148fd681c8ad63fd0eb3895db44403e9f8c
Replace a few calls to intern with constant strings

* src/fns.c (do_yes_or_no_p, Fyes_or_no_p): Use symbol globals
rather than intern.
(syms_of_fns) <Qyes_or_no_p, Qy_or_n_p>: New symbols.

* src/lread.c (readevalloop): Use symbol global.
(syms_of_lread) <Qinternal_macroexpand_for_load>: New symbol.
src/fns.c
src/lread.c